home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / inc / x11 / xmu / drawing.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-15  |  1.3 KB  |  34 lines

  1. /*
  2.  * $XConsortium: Drawing.h,v 1.3 89/10/03 08:37:53 rws Exp $
  3.  *
  4.  * Copyright 1988 by the Massachusetts Institute of Technology
  5.  *
  6.  * Permission to use, copy, modify, and distribute this software and its
  7.  * documentation for any purpose and without fee is hereby granted, provided 
  8.  * that the above copyright notice appear in all copies and that both that 
  9.  * copyright notice and this permission notice appear in supporting 
  10.  * documentation, and that the name of M.I.T. not be used in advertising
  11.  * or publicity pertaining to distribution of the software without specific, 
  12.  * written prior permission. M.I.T. makes no representations about the 
  13.  * suitability of this software for any purpose.  It is provided "as is"
  14.  * without express or implied warranty.
  15.  *
  16.  * The X Window System is a Trademark of MIT.
  17.  *
  18.  * The interfaces described by this header file are for miscellaneous utilities
  19.  * and are not part of the Xlib standard.
  20.  */
  21.  
  22. #ifndef _XMU_DRAWING_H_
  23. #define _XMU_DRAWING_H_
  24.  
  25. void XmuDrawRoundedRectangle();
  26. void XmuFillRoundedRectangle();
  27. void XmuDrawLogo();
  28. Pixmap XmuCreatePixmapFromBitmap();
  29. Pixmap XmuCreateStippledPixmap();
  30. Pixmap XmuLocateBitmapFile();
  31. int XmuReadBitmapData(), XmuReadBitmapDataFromFile();
  32.  
  33. #endif /* _XMU_DRAWING_H_ */
  34.